home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / April 96 / Re <no subject>.1 < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.1 KB  |  [TEXT/ttxt]

  1. Subject:     Re: <no subject>
  2. Sent:        4/19/96 11:16 AM
  3. Received:    4/19/96 11:31 AM
  4. From:        Mark Lanett, mlanett@meer.net
  5. Reply-To:    ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. Debugging a shared library is generally not much different than debugging
  9. an application. Open the symbol file in the debugger, launch a document
  10. using your part, and then use the Target command in the debugger to start
  11. debugging. Some debuggers (Jasik and MW Debug) are capable of
  12. auto-targetting.
  13.  
  14. When you make changes to your part you have to close the document and
  15. re-launch it. You also need to close the symbol file and re-open it.
  16.  
  17. At 5:40 AM 4/19/96, PIPUS Aurora wrote:
  18. >I have created an initial project, to which I have added my part
  19. >specific code, using PartMaker provided with ODF 1.0d11. Nevertheless,
  20. >when I modify the code and compile it, after several times, the new
  21. >part  seems not to see these changes. For example, if I comment the
  22. >call to the DoHelloCommand in the DoMenu, the part changes the message
  23. >displayed by the part.
  24.  
  25.  
  26. --
  27. Mark Lanett, ODF
  28.  
  29.  
  30.